home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / cpp.man < prev    next >
Encoding:
Text File  |  1989-02-28  |  634 b   |  22 lines

  1. ' $Header: /a/newcmds/cpp/RCS/cpp.man,v 1.2 88/12/30 09:23:13 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS CPP cmds
  4. .BS
  5. .SH NAME
  6. cpp \- C pre-processor
  7. .SH SYNOPSIS
  8. \fBcpp\fR [\fIoptions\fR]
  9. .SH OPTIONS
  10. See the man page for \fBcc\fR to find about about the \fBcpp\fR switches.
  11. .BE
  12.  
  13. .SH INTRODUCTION
  14. .PP
  15. \fBCpp\fR is the GNU C preprocessor.  \fBCc\fR invokes it automatically to
  16. expand macros and perform conditional compilation before compiling.
  17. This program is rarely invoked by normal users.  The options to
  18. \fBcpp\fR are all described in the man page for the C compiler.
  19.  
  20. .SH KEYWORDS
  21. compiler, GNU, macro, preprocessor
  22.